home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00090.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  460 b   |  21 lines

  1. on exitFrame
  2.   global nugis, syu, tired, self
  3.   if self = 0 then
  4.     set self to 4
  5.     set the visible of sprite 17 to 1
  6.     set the visible of sprite 18 to 1
  7.     set the visible of sprite 19 to 1
  8.     set the visible of sprite 20 to 1
  9.     set tired to tired + 1
  10.   end if
  11.   set the visible of sprite 26 to 0
  12.   if nugis = 0 then
  13.     set the visible of sprite 22 to 1
  14.     set syu to syu + 2
  15.     updateStage()
  16.     go("first")
  17.   else
  18.     go(the frame)
  19.   end if
  20. end
  21.